home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 6281 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  661 b 

  1. Path: savvy1.savvy.com!phil
  2. From: phil@savvy1.savvy.com (Phil Schwartz)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: function similar to strtok() needed
  5. Date: 23 Feb 1996 17:13:22 GMT
  6. Organization: Savvy Communications
  7. Message-ID: <4gksji$mqf@savvy2.savvy.com>
  8. References: <4gipop$igp@savvy2.savvy.com>
  9. NNTP-Posting-Host: savvy1.savvy.com
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. Figured it out on my own... Thanks to anybody who read the original post 
  13. and was about to reply!
  14.  
  15. In case anybody else was interested, I modified the original strtok() 
  16. function by adding a parameter (pointer to char) which contained the 
  17. delimiter that separated 2 tokens upon return.
  18.  
  19. Phil
  20.